projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0613507
)
(syms_of_xterm): Initialize last_mouse_scroll_bar.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 06:10:27 +0000
(06:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 06:10:27 +0000
(06:10 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index f995a2db6322a2ab446aa474c67ce6b904f21608..ca4c5bacc310a095b824d760e47c0f459bdcfbee 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-4949,6
+4949,7
@@
void
syms_of_xterm ()
{
staticpro (&last_mouse_scroll_bar);
+ last_mouse_scroll_bar = Qnil;
}
#endif /* ! defined (HAVE_X11) */
#endif /* ! defined (HAVE_X_WINDOWS) */